home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 101 (1989-08-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 101 (1989-08-15)(Ossowski, Stefan)(DE)(PD).adf / DP / Grafik.c < prev    next >
C/C++ Source or Header  |  1989-04-20  |  386b  |  19 lines

  1. /*
  2.  * DP - Grafik für Auf/Ab-Gadgets
  3.  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  * Copyright © 1989  Oo
  5.  * by            o.·°
  6.  * Walter Dörwald ·°·o·.o
  7.  *              O
  8.  */
  9.  
  10. #include <exec/types.h>
  11.  
  12. UWORD OpenGad_Image_Data [] =
  13. {
  14.    /* Auf */
  15.    0x0003,0x3ff3,0x3cf3,0x3873,0x3033,0x2013,0x3873,0x3873,0x3ff3,0x0003,
  16.    /* Ab */
  17.    0x0003,0x3ff3,0x3873,0x3873,0x2013,0x3033,0x3873,0x3cf3,0x3ff3,0x0003
  18. };
  19.